Tidy First?: A Personal Exercise in Empirical Software Design

Tidy First?: A Personal Exercise in Empirical Software Design

  • Downloads:8896
  • Type:Epub+TxT+PDF+Mobi
  • Create Date:2023-11-22 05:21:28
  • Update Date:2025-09-09
  • Status:finish
  • Author:Kent Beck
  • ISBN:1098151240
  • Environment:PC/Android/iPhone/iPad/Kindle

Summary

Messy code is a nuisance。 "Tidying" code, to make it more readable, requires breaking it up into manageable sections。 In this practical guide, author Kent Beck, creator of Extreme Programming and pioneer of software patterns, suggests when and where you might apply tidyings to improve your code while keeping the overall structure of the system in mind。 Instead of trying to master tidying all at once, this book lets you try out a few examples that make sense for your problem。 If you have a big function containing many lines of code, you'll learn how to logically divide it into smaller chunks。 Along the way, you'll learn the theory behind software coupling, cohesion, discounted cash flows, and optionality。 This book helps